projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11b0a7
)
src/sysdep.c (emacs_full_write): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 3 Sep 2014 18:13:45 +0000
(21:13 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 3 Sep 2014 18:13:45 +0000
(21:13 +0300)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index e1fd86f5f3b61f20fa16e04a8e031db0511dfa2b..3870b8d35cefe4d613606dff9c1e7b683e87d481 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-2300,7
+2300,7
@@
emacs_full_write (int fildes, char const *buf, ptrdiff_t nbyte,
{
if (errno == EINTR)
{
- /* I originally used `QUIT' but that might cause
s
files to
+ /* I originally used `QUIT' but that might cause files to
be truncated if you hit C-g in the middle of it. --Stef */
if (process_signals && pending_signals)
process_pending_signals ();